home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / bbs_util / fd2ftp81.zip / REVISION.TXT < prev    next >
Text File  |  1996-04-14  |  11KB  |  252 lines

  1. 02/21/96 - Initial limited v0.55α release.
  2.  
  3. 02/21/96 - Well, that version seemes to have flopped for folks
  4.            using points as the NODE or FTPFEED entries.
  5.            Fixed this.. Minor Bug in my UNIT....
  6.  
  7.            Fixed a problem where the DeleteFileSent AND TruncateFileSent
  8.            ^aFLAGs are set... I'll Display a warning message, and default
  9.            to TruncateFileSent to be safe. (Somebody think this needs to
  10.            be different?)
  11.  
  12.            Fixed the ^aVia Kludge Line at the end of the messages in the
  13.            packet...(I hope.. Seemed okay to me before...?? I use PeekPack
  14.            to view packets.. Do you guys have something different?)
  15.  
  16.            Now Log Number of files attached to a message, as well as the
  17.            Message From & To fields.
  18.  
  19.            If you experience irratic behavior with the KILL/SENT Attribute,
  20.            please let me know what editor you are using... Or what program
  21.            generated the NetMail message. Either bit 7 of the attribute is
  22.            on or off.. it can't be both, but the editor or program might be
  23.            backwards.. I got the info from the FTSC Specs....
  24.            If you see this.. And you ran with the -T(est) option, check the
  25.            message with your Editor.. (I use FM.EXE or D'Bridge's Editor..
  26.            The Status: line should show it as KILL/SENT or not... (Alt-S
  27.            in FM.EXE).
  28.  
  29.            You can also check the FLAGS... In FM.EXE it's ALT-X.. In D'Bridge
  30.            it's CTRL-K (Kludge Lines).
  31.  
  32. 02/22/96 - Sent a "Special" copy to Hardy, since I never heard from you
  33.            others.
  34.  
  35.            This version (v0.56bα) fixed the KFS/TFS Problem.. He tells
  36.            me it does. :-)
  37.  
  38.            Version 0.57α -
  39.            Fixes more point addressing issues.
  40.            Thanx for those test messages.. They really helped!
  41.  
  42.            Fixed the Logging and display of WhoFrom: and WhoTo:, was always
  43.            displaying WhoFrom!...
  44.  
  45.            Fixed the ^aVia line again.. Now I figured it out.. Was moving
  46.            a string to an array, and was getting one character off in the
  47.            move.  This was hosing the EndOfPacket stuff.... PeekPack seems
  48.            to be more happy... (Again, thanx' for those test messages! They
  49.            really helped me out, since I could see messages from different
  50.            programs...i.e. AllFix, RA/(Whatever you used to toss), FM.EXE,
  51.            Etc...)
  52.  
  53. 03/11/96 - v0.60α Released to testers!
  54.  
  55.            There are some MAJOR changes here.. Please remember to use
  56.            -D Debug  and -T Test options
  57.  
  58.            Added the beginnings of the FD Style Log.. Need much more work
  59.            here!
  60.  
  61.            Runtime errors are trapped. Review FD2FTP.ERR for information if
  62.            an error occurs.  Hopefully this, as well as Range Chacking ON
  63.            will keep Hardy from finding a hung system. :-)
  64.  
  65.            Multiple (<= 50) FTPFeed Configurations are in! (Routing is not!)
  66.            This version has a MAJOR change in the config file! Please review
  67.            the sample config file FD2FTP.CFG for info on how to set yous up.
  68.            You can have up to 50 FTPFeed BEGIN/END Blocks in one config file.
  69.            I have NOT tested this with greater than 2 blocks.. There MIGHT
  70.            be a problem if you near the 20 file handles share establishes by
  71.            default..
  72.  
  73.            The temp packet FD2FTP.$$$ is no longer used.  With multiple
  74.            feeds the temp file naming is ###$$$.%%% where the format is as
  75.            follows:
  76.                             ### = Zone Base-36
  77.                             $$$ = Net Base-36
  78.                             %%% = Net Base-36
  79.  
  80.                             This MAY be a problem for POINTs... (Hardy?)
  81.                             The file should be POINT.### where ### is the
  82.                             point number.
  83.  
  84.                             If you played with D'Bridhe this may look similar
  85.                             to the DB Queue naming. :-)
  86.  
  87.                             If you use the -D debug option, you'll be told
  88.                             the filename.. It'll never change once configured.
  89.                             If FD2FTP bombs.. Look for these files and rename
  90.                             the to something.pkt.. that's all they are.
  91.  
  92.            I didn't get a chance to update the DOCS for this version, I
  93.            wanted to let you guys test it!  The config file is heavily
  94.            commented, so that should be enough information to get you going.
  95.            Note that the proposed routing info is included, but commented
  96.            out.  The SEND_CRASH and SEND_IMM kludges are NOT implemented in
  97.            this version.. Tell me if we need those still.. (I assume yes).
  98.            The IGNORE_DIR kludge is NOT implemented yet.. DIR message ARE
  99.            packetized, IF the message is addressed to the SAME address as
  100.            your FTPFeed. (We had a LOT of discussion about this in the
  101.            mailing list..)
  102.  
  103.            Messages marked CRASH or IMMediate are ignored.. Thus allowing
  104.            your mailer to deliver the message via land-line. REMEMBER,
  105.            messages with the DIR flag ARE sent, IF they are addressed to
  106.            your FTPFeed.
  107.  
  108.            Initiated the FD2FTP Mailing list.
  109.            Join us by sending e-mail to fd2ftp-s@hotlin.fidonet.org if you
  110.            wish to subscribe, or to listserv@hotlin.fidonet.org for more
  111.            info. If you're interested in the Fido Echo, please contact me
  112.            at 1:357/114 or hotline@proaxis.com.
  113.  
  114.            Remember:
  115.  
  116.             Errorlevels:
  117.  
  118.             0 = Everything went ok, something was moved
  119.             1 = Warnings exist, Something was moved.
  120.             2 = Everything went ok, nothing was moved
  121.             3 = Everything went ok, but can't move to outbound directory/name.
  122.                 Leaving packet in current directory!
  123.        *  245 = Error in BEGIN/END Matching for FTPFeeds.
  124.           253 = Unable to create/build temporary packet file.. Nothing Done!
  125.           254 = Configuration file incomplete!
  126.           255 = Configuration file missing!
  127.  
  128. 03/12/96 - v0.61α
  129.  
  130.            Hardy found problem with USING config option.. Rather a problem
  131.            if NOT using it.... Fixed.
  132.  
  133.            F_Attached files were copied to the wrong location...
  134.            That was a carry over from the single feed version.. Not the error
  135.            but the variables associated with it.. Problem should be fixed
  136.            now.
  137.  
  138.            Fixed Message number padding.. now allows 9999 messages! :-)
  139.  
  140. 03/12/96 - v0.62α
  141.  
  142.            Still no updated Docs... Review the new config file for changes.
  143.  
  144.            Un-needed crying/attention getter removed! (Trying to move temp
  145.            packets that never got created!) Shouldn't do that now.
  146.  
  147.            Added additional Logging options... -V (Verbose (Debug) Logging)
  148.            command line option. -D displays DEBUG info -V LOGS it!
  149.  
  150.            Added -H command line option.. (Help on options..)
  151.  
  152.            Added to the Debug info.. the Message Attributes. CRASH, IMM,
  153.            F_ATTACH, KFS, TFS, DIR.
  154.  
  155.            Added some kludges to allow customization on how messages are
  156.            sent out!
  157.  
  158.               By default, DIR messages addressed to the FTPFeed address are
  159.               sent... IGNORE_DIR tells FD2FTP to ignore messages with DIR
  160.               markings... (Yeah.. You can turn it off John <Grin>)
  161.  
  162.               By default CRASH and IMMediate messages are NOT sent!
  163.               SEND_CRASH and SEND_IMM will tell FD2FTP to send those type
  164.               of messages out via FTPmail.. The choice is yours...
  165.               Most folks will not use these options.. allowing the mailer to
  166.               use Ma Bell for those types of messages.
  167.  
  168.               LOCKED Messages are NOT sent!
  169.  
  170.            Changed some internal parsing of the config file... FD2FTP now
  171.            should not care if you end your path(s) with the '\' or not.
  172.            (Internally, if you DO put it there... I'll remove it! <Grin>)
  173.  
  174.            Minor cosmetic changes... You tell me if you can tell what they
  175.            are! :-)
  176.  
  177.            Crital errors cause an errorlevel exit of 89..
  178.              (If you 89 it, isn't it trash? <Grin>)
  179.  
  180. 03/14/96 - v0.63α
  181.  
  182.            Fix problem with LARGE messages.. Message size shouldn't mater
  183.            now! (Thanx' for the 68k Message Eric!)
  184.  
  185.            Changes Config KEYWORDS:
  186.               NODE now is ADDRESS (Although NODE will still work)
  187.               USING is now USE_AKA (Although USING should still work)
  188.  
  189.            Security update! :-)
  190.              You can now specify the Packet Password to use for EACH FTPFeed.
  191.              This will help where even though the FTPFeed has an account for
  192.              you, they still utilize FTSC Style Packet Passwords!
  193.              You can have a password as long as you want, but FTSC Specs only
  194.              allow for the first eight characters...
  195.  
  196.            More MINOR cosmetic changes.... Will work on the LOG file tonight.
  197.  
  198. 03/15/96 - v0.64α
  199.  
  200.            Fixed ^aFLAG miss-interpretation.... It's more selective now.
  201.  
  202.            Log Style changed! Should now be Fully FD(/IM?/MD?) Style!
  203.  
  204. 03/20/96 - v0.70ß
  205.  
  206.            Fixed LOCKed messages.. Was Looking for wrong FLAG, should be
  207.            "LOK".
  208.            Also, FD marks LOCKed messages as Read Only....
  209.  
  210.            Updated the documentation to match the current release options.
  211.  
  212.            Releasing was First Official "Wide Beta"!!
  213.  
  214. 04/02/96 - v0.71ß
  215.  
  216.            Got my Taxes done.. now back to work! <Grin>
  217.  
  218.            Fix problem of erroring when there are no messages in the NetMail
  219.            directory.
  220.  
  221.            Fixed problem of not correctly terminating the packet file...
  222.            (Forgot to put the 2 additional nulls at the end..
  223.             Thanx' Bruce B.!)
  224.  
  225. 04/05/96 - v0.72ß
  226.  
  227.            Got word back that there was still a problem... Usually between
  228.            the End of Message and the Via: FD2FTP Line... We'll now remove
  229.            that null in there so things look better..
  230.  
  231.            Added outbound File Size info to logging. (FAttach/Packets/Etc..)
  232.  
  233. 04/07/96 - v0.80α
  234.  
  235.            More minor bug fixes...
  236.  
  237.            ROUTING is now working... Check the config file for useage, or
  238.            better yet.... Read the docs! <Grin>
  239.  
  240.            Happy Easter!
  241.  
  242. 04/08/96 - v0.80bα
  243.  
  244.            Minor bug fix.. Most folks didn't find this a problem, but one
  245.            individual did have a problem, so, it's fixed. :-)
  246.            (Netmail scanning routine......)
  247.  
  248. 04/14/96 - v0.81ß
  249.  
  250.            No one else responded with any bug reports, so I'm gonna send
  251.            this out to the world as a wide beta and see what happens..
  252.